cURL
curl --request POST \ --url https://api.getmaxim.ai/v1/test-runs/share-report \ --header 'x-maxim-api-key: <api-key>'
{ "data": { "runs": [ {} ], "total": 123 } }
Share a test run report
API key for authentication
Unique identifier for the workspace
Test run ID to share
Successfully shared test run report
The response is of type object.
object
Was this page helpful?